home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / DiskWiper.exe / 0 / RCDATA / TFRMWIPEPROGRESS / TFRMWIPEPROGRESS.txt
Text File  |  2008-10-30  |  4KB  |  170 lines

  1. object frmWipeProgress: TfrmWipeProgress
  2.   Left = 605
  3.   Top = 80
  4.   Width = 643
  5.   Height = 420
  6.   Color = clBtnFace
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   OldCreateOrder = False
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object pnlWipeProgress: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 635
  22.     Height = 386
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     Color = clWhite
  26.     TabOrder = 0
  27.     DesignSize = (
  28.       635
  29.       386)
  30.     object imgWatermarkPage: TImage
  31.       Left = 286
  32.       Top = 260
  33.       Width = 349
  34.       Height = 127
  35.       Anchors = [akRight, akBottom]
  36.       AutoSize = True
  37.     end
  38.     object lblTitle: TAxLabel
  39.       Left = 32
  40.       Top = 16
  41.       Width = 287
  42.       Height = 19
  43.       WordWrap = False
  44.       Quality = smMMXSmoothing4x
  45.       Layout = tlCenter
  46.       Transparent = False
  47.       Caption = 'Wiping free space on selected disks'
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = 10040064
  50.       Font.Height = -16
  51.       Font.Name = 'Verdana'
  52.       Font.Style = []
  53.       ShowAccelChar = True
  54.       ParentFont = False
  55.     end
  56.     object lblClickNext: TLabel
  57.       Left = 32
  58.       Top = 360
  59.       Width = 369
  60.       Height = 16
  61.       Caption = 
  62.         'Click Stop if you wish to stop free space wiping  or Close to ex' +
  63.         'it'
  64.       Transparent = True
  65.     end
  66.     object lblProcessedCount: TLabel
  67.       Left = 32
  68.       Top = 191
  69.       Width = 112
  70.       Height = 16
  71.       Caption = 'Wiping disk 1 out 3'
  72.     end
  73.     object lblDescription: TLabel
  74.       Left = 32
  75.       Top = 61
  76.       Width = 557
  77.       Height = 72
  78.       AutoSize = False
  79.       Caption = 'lblDescription'
  80.       WordWrap = True
  81.     end
  82.     object lblEstimateTitle: TLabel
  83.       Left = 32
  84.       Top = 267
  85.       Width = 92
  86.       Height = 16
  87.       Caption = 'Estimated time:'
  88.       Visible = False
  89.     end
  90.     object lblEstimateTime: TLabel
  91.       Left = 159
  92.       Top = 267
  93.       Width = 32
  94.       Height = 16
  95.       Caption = '62:09'
  96.       Visible = False
  97.     end
  98.     object lblCurDisk: TAxLabel
  99.       Left = 32
  100.       Top = 143
  101.       Width = 575
  102.       Height = 18
  103.       StaticUnderline = False
  104.       WordWrap = False
  105.       Transparent = False
  106.       AutoSize = False
  107.       Caption = 'lblCurDisk'
  108.       ShowAccelChar = True
  109.     end
  110.     object lblSlacksSpaceTitle: TLabel
  111.       Left = 32
  112.       Top = 243
  113.       Width = 115
  114.       Height = 16
  115.       Caption = 'Total slack'#39's space:'
  116.       Visible = False
  117.     end
  118.     object lblSlacksSpaceVal: TAxLabel
  119.       Left = 159
  120.       Top = 243
  121.       Width = 67
  122.       Height = 16
  123.       WordWrap = False
  124.       Transparent = False
  125.       AutoSize = False
  126.       Caption = '1.5 MB'
  127.       ShowAccelChar = True
  128.     end
  129.     object pbCurrentDisk: TProgressBar
  130.       Left = 32
  131.       Top = 162
  132.       Width = 573
  133.       Height = 16
  134.       TabOrder = 0
  135.     end
  136.     object pbTotal: TProgressBar
  137.       Left = 32
  138.       Top = 209
  139.       Width = 573
  140.       Height = 16
  141.       TabOrder = 1
  142.     end
  143.     object btnPause: TButton
  144.       Left = 425
  145.       Top = 243
  146.       Width = 85
  147.       Height = 25
  148.       Caption = 'Pause'
  149.       TabOrder = 2
  150.       OnClick = btnPauseClick
  151.     end
  152.     object btnStop: TButton
  153.       Left = 516
  154.       Top = 243
  155.       Width = 85
  156.       Height = 25
  157.       Caption = 'Stop'
  158.       TabOrder = 3
  159.       OnClick = btnStopClick
  160.     end
  161.   end
  162.   object timerProgress: TTimer
  163.     Enabled = False
  164.     Interval = 100
  165.     OnTimer = timerProgressTimer
  166.     Left = 531
  167.     Top = 42
  168.   end
  169. end
  170.